home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / mudlib / README < prev    next >
Text File  |  2001-08-08  |  615b  |  15 lines

  1. This directory holds various example and support files for mudlibs.
  2. Especially important is the sys/ subdirectory with the driver-related
  3. include files.
  4.  
  5. Other files are:
  6.  
  7.   master_skeleton.c: a skeleton master, documenting all master lfuns.
  8.   telnet_neg.txt   : an example on how to use telnet negotiations: NAWS
  9.                      negotiation and lag measurement using TMs.
  10.   test_master.c    : a minimal test master for driver tests.
  11.   simul_efun-dr.c  : a very old simul_efun file for a very old DR mudlib.
  12.   dhrystone.c      : an implementation of Dhrystone, called by the
  13.                      test_master.
  14.  
  15.